deltas: Support including detached metadata in static deltas
authorAlexander Larsson <alexl@redhat.com>
Mon, 19 Oct 2015 08:10:50 +0000 (10:10 +0200)
committerAlexander Larsson <alexl@redhat.com>
Tue, 10 Nov 2015 07:56:16 +0000 (08:56 +0100)
commit1c056eb282d3ebfc45e2dffd7af9d046598f4ee2
tree9553b0c301e3db32c399696fc744192d92b9ffe8
parent598afd5030bbc0b1c4aa3d43d383d6fec58e3746
deltas: Support including detached metadata in static deltas

This is very useful for the inline-parts case, as you can then include
detached signatures in a single file representing the commit.

It is not as important for the generic pull case, as the detached
metadata is only a single small file. Additionally the detached
metadata is not content referenced and may change after the static
delta file was created, so we need to pull the latest version anyway.
src/libostree/ostree-repo-pull.c
src/libostree/ostree-repo-static-delta-compilation.c
src/libostree/ostree-repo-static-delta-core.c